projects
/
pyside6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26852dd
)
Add autogeneration comment to d/test/control
author
Stuart Prescott
<stuart@debian.org>
Sun, 2 Mar 2025 01:03:19 +0000
(12:03 +1100)
committer
Stuart Prescott
<stuart@debian.org>
Sun, 2 Mar 2025 01:03:19 +0000
(12:03 +1100)
debian/tests/control.gen
patch
|
blob
|
history
diff --git
a/debian/tests/control.gen
b/debian/tests/control.gen
index 1fe1d37b29c31c945f01c9b90be09a2ba106563b..5c6f1a5e688febc783a904a489efcc4cb01b5274 100755
(executable)
--- a/
debian/tests/control.gen
+++ b/
debian/tests/control.gen
@@
-5,6
+5,8
@@
C=debian/tests/control
# Remove debian/tests/control
rm -f $C
+echo -e "## AUTOGENERATED FILE: SEE debian/tests/control.gen\n\n" > $C
+
# Create the basic (import) test for Python 3 modules
for binary_package in $(dh_listpackages|grep "python3-pyside6.qt"); do
module_name=$(echo $binary_package|awk -F. '{print $2}')